Expand description
Provides a wrapper for types that can technically implement PartialOrd/Ord
but for semantic reasons it is nonsensical.
For examples see the docs on Ordered or the code in examples/point.rs.
Structs
- A wrapper type that implements
PartialOrdandOrd.
Traits
- Trait for types that perform an arbitrary ordering.